home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / Golden32.exe / 0 / RCDATA / TREGDLG / TREGDLG.txt
Encoding:
Text File  |  2004-03-08  |  1.3 KB  |  72 lines

  1. object RegDlg: TRegDlg
  2.   Left = 426
  3.   Top = 331
  4.   ActiveControl = RegEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registration'
  7.   ClientHeight = 136
  8.   ClientWidth = 379
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 362
  23.     Height = 83
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object Label1: TLabel
  28.     Left = 20
  29.     Top = 22
  30.     Width = 235
  31.     Height = 19
  32.     AutoSize = False
  33.     Caption = 'Enter your registration code here:'
  34.   end
  35.   object RegEdit: TEdit
  36.     Left = 27
  37.     Top = 46
  38.     Width = 321
  39.     Height = 21
  40.     AutoSize = False
  41.     CharCase = ecUpperCase
  42.     TabOrder = 0
  43.   end
  44.   object RzButton1: TRzButton
  45.     Left = 9
  46.     Top = 99
  47.     Default = True
  48.     ModalResult = 1
  49.     Caption = 'OK'
  50.     HotTrack = True
  51.     TabOrder = 1
  52.   end
  53.   object RzButton2: TRzButton
  54.     Left = 94
  55.     Top = 99
  56.     Cancel = True
  57.     ModalResult = 2
  58.     Caption = 'Cancel'
  59.     HotTrack = True
  60.     TabOrder = 2
  61.   end
  62.   object RzButton3: TRzButton
  63.     Left = 259
  64.     Top = 99
  65.     Width = 109
  66.     Caption = 'Order Online...'
  67.     HotTrack = True
  68.     TabOrder = 3
  69.     OnClick = OrderButtonClick
  70.   end
  71. end
  72.